home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFTEXTFORMAT / TFTEXTFORMAT.txt
Text File  |  2002-03-16  |  5KB  |  251 lines

  1. object fTextFormat: TfTextFormat
  2.   Left = 277
  3.   Top = 178
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Text Formatting'
  7.   ClientHeight = 283
  8.   ClientWidth = 367
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object GroupBox1: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 353
  24.     Height = 65
  25.     Caption = 'Font Type'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -9
  29.     Font.Name = 'Verdana'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     TabOrder = 0
  33.     object RzFontComboBox1: TRzFontComboBox
  34.       Left = 8
  35.       Top = 24
  36.       Width = 284
  37.       Height = 20
  38.       Hint = 'Font Style ...'
  39.       FontName = 'Verdana'
  40.       Font.Charset = ANSI_CHARSET
  41.       Font.Color = clWindowText
  42.       Font.Height = -9
  43.       Font.Name = 'Verdana'
  44.       Font.Style = []
  45.       ItemHeight = 16
  46.       ParentFont = False
  47.       ParentShowHint = False
  48.       ShowHint = True
  49.       TabOrder = 0
  50.     end
  51.     object SpinEdit1: TSpinEdit
  52.       Left = 296
  53.       Top = 24
  54.       Width = 49
  55.       Height = 21
  56.       Hint = 'Font Size ...'
  57.       Font.Charset = ANSI_CHARSET
  58.       Font.Color = clWindowText
  59.       Font.Height = -9
  60.       Font.Name = 'Verdana'
  61.       Font.Style = []
  62.       MaxValue = 0
  63.       MinValue = 0
  64.       ParentFont = False
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.       TabOrder = 1
  68.       Value = 2
  69.     end
  70.   end
  71.   object Button2: TButton
  72.     Left = 8
  73.     Top = 258
  74.     Width = 137
  75.     Height = 21
  76.     Caption = 'Apply Text Formatting'
  77.     Default = True
  78.     Font.Charset = ANSI_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -9
  81.     Font.Name = 'Verdana'
  82.     Font.Style = [fsBold]
  83.     ParentFont = False
  84.     TabOrder = 1
  85.     OnClick = Button2Click
  86.   end
  87.   object GroupBox2: TGroupBox
  88.     Left = 8
  89.     Top = 80
  90.     Width = 353
  91.     Height = 65
  92.     Caption = 'Font Color'
  93.     Font.Charset = ANSI_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -9
  96.     Font.Name = 'Verdana'
  97.     Font.Style = [fsBold]
  98.     ParentFont = False
  99.     TabOrder = 2
  100.     object Label1: TLabel
  101.       Left = 8
  102.       Top = 44
  103.       Width = 66
  104.       Height = 12
  105.       Caption = 'HTML Code :'
  106.       Font.Charset = ANSI_CHARSET
  107.       Font.Color = clWindowText
  108.       Font.Height = -9
  109.       Font.Name = 'Verdana'
  110.       Font.Style = []
  111.       ParentFont = False
  112.     end
  113.     object Label2: TLabel
  114.       Left = 80
  115.       Top = 44
  116.       Width = 65
  117.       Height = 13
  118.       AutoSize = False
  119.       Caption = '#000000'
  120.       Font.Charset = ANSI_CHARSET
  121.       Font.Color = clWindowText
  122.       Font.Height = -9
  123.       Font.Name = 'Verdana'
  124.       Font.Style = [fsBold]
  125.       ParentFont = False
  126.     end
  127.     object Label3: TLabel
  128.       Left = 8
  129.       Top = 24
  130.       Width = 34
  131.       Height = 12
  132.       Caption = 'Color :'
  133.       Font.Charset = ANSI_CHARSET
  134.       Font.Color = clWindowText
  135.       Font.Height = -9
  136.       Font.Name = 'Verdana'
  137.       Font.Style = []
  138.       ParentFont = False
  139.     end
  140.     object SpeedButton1: TSpeedButton
  141.       Left = 148
  142.       Top = 21
  143.       Width = 29
  144.       Height = 17
  145.       Caption = '...'
  146.       Flat = True
  147.       OnClick = SpeedButton1Click
  148.     end
  149.     object Panel1: TPanel
  150.       Left = 80
  151.       Top = 21
  152.       Width = 65
  153.       Height = 17
  154.       BevelOuter = bvLowered
  155.       Color = clBlack
  156.       TabOrder = 0
  157.       OnClick = Panel1Click
  158.     end
  159.   end
  160.   object GroupBox3: TGroupBox
  161.     Left = 8
  162.     Top = 152
  163.     Width = 353
  164.     Height = 97
  165.     Caption = 'Optional Styles'
  166.     Font.Charset = ANSI_CHARSET
  167.     Font.Color = clWindowText
  168.     Font.Height = -9
  169.     Font.Name = 'Verdana'
  170.     Font.Style = [fsBold]
  171.     ParentFont = False
  172.     TabOrder = 3
  173.     object CB_Bold: TCheckBox
  174.       Left = 8
  175.       Top = 24
  176.       Width = 97
  177.       Height = 17
  178.       Caption = 'Bold'
  179.       Font.Charset = ANSI_CHARSET
  180.       Font.Color = clWindowText
  181.       Font.Height = -9
  182.       Font.Name = 'Verdana'
  183.       Font.Style = []
  184.       ParentFont = False
  185.       TabOrder = 0
  186.     end
  187.     object CB_Underline: TCheckBox
  188.       Left = 8
  189.       Top = 40
  190.       Width = 97
  191.       Height = 17
  192.       Caption = 'Underline'
  193.       Font.Charset = ANSI_CHARSET
  194.       Font.Color = clWindowText
  195.       Font.Height = -9
  196.       Font.Name = 'Verdana'
  197.       Font.Style = []
  198.       ParentFont = False
  199.       TabOrder = 1
  200.     end
  201.     object CB_Italic: TCheckBox
  202.       Left = 8
  203.       Top = 56
  204.       Width = 97
  205.       Height = 17
  206.       Caption = 'Italic'
  207.       Font.Charset = ANSI_CHARSET
  208.       Font.Color = clWindowText
  209.       Font.Height = -9
  210.       Font.Name = 'Verdana'
  211.       Font.Style = []
  212.       ParentFont = False
  213.       TabOrder = 2
  214.     end
  215.     object CB_Centered: TCheckBox
  216.       Left = 8
  217.       Top = 72
  218.       Width = 97
  219.       Height = 17
  220.       Caption = 'Centered'
  221.       Font.Charset = ANSI_CHARSET
  222.       Font.Color = clWindowText
  223.       Font.Height = -9
  224.       Font.Name = 'Verdana'
  225.       Font.Style = []
  226.       ParentFont = False
  227.       TabOrder = 3
  228.     end
  229.   end
  230.   object Button1: TButton
  231.     Left = 224
  232.     Top = 258
  233.     Width = 137
  234.     Height = 21
  235.     Caption = 'Cancel'
  236.     Font.Charset = ANSI_CHARSET
  237.     Font.Color = clWindowText
  238.     Font.Height = -9
  239.     Font.Name = 'Verdana'
  240.     Font.Style = [fsBold]
  241.     ParentFont = False
  242.     TabOrder = 4
  243.     OnClick = Button1Click
  244.   end
  245.   object ColorDialog1: TColorDialog
  246.     Ctl3D = True
  247.     Left = 208
  248.     Top = 65528
  249.   end
  250. end
  251.